home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / System7 tools / AppleScript / Script Tools / Read Me First next >
Encoding:
Text File  |  1993-08-02  |  3.2 KB  |  96 lines  |  [TEXT/R*ch]

  1.                               Script Tools 1.1-0
  2.                                Copyright © 1993
  3.                       Mark Alldritt All Rights Reserved
  4.  
  5. This package contains a series of AppleScript additions which add functionality
  6. to the AppleScript language.  Version 1.1 of Script Tools adds the following
  7. new commands to AppleScript:
  8.  
  9.     Choose Folder             This command presents a standard file selection
  10.                             dialog which allows the user to select a folder.
  11.  
  12.     Choose New File            This command presents a standard file selection
  13.                             dialog permitting the user to name a new file.
  14.  
  15.     Choose Several Files    This command presents a modified standard file
  16.                             selection dialog box allowing the user to choose
  17.                             several files at one time.
  18.  
  19.     Choose Several Folders    This command is similar to Choose Several Files
  20.                             except that it permits the selection of folders
  21.                             instead of files.
  22.  
  23.     Get Default Folder
  24.     Set Default Folder        These two commands allow your scripts to get and
  25.                             set the default folder and volume used in Choose
  26.                             File and Folder commands.
  27.  
  28.     Shutdown                Shuts down and optionally restarts the Macintosh
  29.  
  30.     Compile Regular Expression
  31.     Match Regular Expression
  32.     Substitute Regular Expression
  33.                             These three commands allow you to perform text
  34.                             pattern matching operations within AppleScript.
  35.  
  36.     Open File, Close File, Create File, Delete File
  37.     Read File, Write File
  38.     Get File Length, Lengthen File
  39.     Get File Position, Position File
  40.                             This series of commands allows your AppleScript
  41.                             scripts to manipulate simple text files.
  42.  
  43. The package also contains some example AppleScript scripts which illustrate
  44. the use of these new commands.  One example named "Backup Folders" shows how
  45. to use StuffIt Lite to automatically create a backup of a series of folders.
  46.  
  47.  
  48. Requirements:
  49.  
  50. You must have System 7 or later and AppleScript 1.0 or later installed on your
  51. Macintosh to make use of the software in this package.  A Word Processor 
  52. capable of reading MS Word 5 format files is required to display the
  53. documentation (you can also use the Open Dictionary command in the AppleScript
  54. Script Editor to view a breif descrition of each Script Tools command).
  55.  
  56.  
  57.     * * *  This package does NOT contain the AppleScript software  * * *
  58.  
  59.  
  60. Using & Copying Script Tools:
  61.  
  62. Script Tools is freeware.  Please feel free to distribute Script Tools to friends
  63. and colleagues. However, Script Tools may not appear as part of any promotional
  64. offer or commercial product without the author's expressed written permission.
  65. When distributing Script Tools, please distribute the entire package as you
  66. received it.
  67.  
  68.  
  69. Installation:
  70.  
  71. To install Script Tools copy the contents of the Additions folder to the
  72. Scripting Additions folder within the Extensions folder in your System Folder.
  73.  
  74.  
  75. Version History:
  76.  
  77. Version 1.1-0 July 1993
  78. - Addition of the Shutdown, Regular Expression and File IO Additions to the package
  79. - Addition of new example scripts
  80.  
  81. Version 1.0-0 June 1993
  82. - First public release of Script Tools
  83.  
  84.  
  85. Contact Information:
  86.  
  87. Please send all registrations, comments, questions or suggestions to me at
  88. the following address:
  89.  
  90.     Mark Alldritt
  91.     1571 Deep Cove Road
  92.     North Vancouver, B.C.
  93.     CANADA  V7G-1S4
  94.  
  95.     malldrit@sfu.ca
  96.